Switch Customization
data class SwitchCustomization(@ColorRes() textColor: Int?, @FontRes() textFont: Int?, @ColorRes() thumbColor: Int?) : LabelCustomization
Content copied to clipboard
Use this class to set the visual style of the ‘allow list’ switch that may appear on a 3DS2 challenge screen. Users can choose to add a merchant to their card issuer’s allow list to ensure they are trusted for future transactions.
Parameters
textColor
Text colour resource reference.
textFont
Text font resource reference.
thumbColor
Switch thumb colour resource reference.
Constructors
SwitchCustomization
Link copied to clipboard